go/types.Checker.representation (method)

3 uses

	go/types (current package)
		const.go#L240: 	v, code := check.representation(x, typ)
		const.go#L254: func (check *Checker) representation(x *operand, typ *Basic) (constant.Value, Code) {
		expr.go#L374: 			v, code := check.representation(x, u)